body{
margin-left: 50px;
margin-right: 55px;
a{
color: black;
}
table{
font-size: 25px;
}
p{
font-size: 25px;
}
color: black;
background-color: white; 
.pageTitle{
font-size: 40px;
}
.readMe{
font-size: 23px;
}
.swButton{
font-size: 24px;
}
.heading3{
font-size: 26px;
}
.tableOfContents{
float: left;
background-color:white;
border: 2px solid black;
padding: 5px;
margin-right: 2em;
margin-bottom: 0;
}
.rightOfOTC{
overflow: auto;
backgroung-color: white;
padding: 1px;
}
}
footer{
small{
float: right;
}
}
#
/*
for smart phones and others
*/
@media(max-width: 450px){
body{
table{
font-size: 15.6px;
}
font-size: 15.6px;
.tableOfContents{
float: none;
display: center;
margin: auto;
margin-bottom: 0.5em;
}
.pageTitle{
font-size: 25px;
}
.readMe{
font-size: 13.6px;
}
.swButton{
font-size: 14.6px;
}
}
